1) The OCaml package has been split into different binary packages:
o ocaml: contains the full OCaml suite
- o ocaml-nox: the full suite except for the Graphics and Tk modules
- o ocaml-base: contains the runtime stuff (ocamlrun + dlls + Tk)
- o ocaml-base-nox: contains the runtime stuff (ocamlrun + dlls - Tk)
+ o ocaml-base: contains the runtime stuff (ocamlrun + dlls)
o ocaml-compiler-libs: contains several modules used internally by
the OCaml compilers. They are not needed for normal OCaml
.
This package contains ocamldoc-generated documentation about libraries
provided by OCaml.
-
-Package: ocaml-base-nox
-Section: oldlibs
-Architecture: all
-Depends:
- ocaml-base,
- ${misc:Depends}
-Replaces: ocaml-base (<< 4.08), ocaml-nox (<< 4.08)
-Breaks: ocaml-base (<< 4.08), ocaml-nox (<< 4.08)
-Description: transitional package for ocaml-base
- Objective Caml (OCaml) is an implementation of the ML language, based on
- the Caml Light dialect extended with a complete class-based object system
- and a powerful module system in the style of Standard ML.
- .
- This is a transitional package and can be safely removed.
-
-Package: ocaml-nox
-Section: oldlibs
-Architecture: all
-Depends:
- ocaml,
- ${misc:Depends}
-Replaces: ocaml-base-nox (<< 4.08), ocaml-compiler-libs (<< 4.08)
-Breaks: ocaml-base-nox (<< 4.08), ocaml-compiler-libs (<< 4.08)
-Description: transitional package for ocaml
- Objective Caml (OCaml) is an implementation of the ML language, based on
- the Caml Light dialect extended with a complete class-based object system
- and a powerful module system in the style of Standard ML.
- .
- This is a transitional package and can be safely removed.
-
-Package: ocaml-compiler-libs
-Section: oldlibs
-Architecture: all
-Depends:
- libcompiler-libs-ocaml-dev,
- ${misc:Depends}
-Replaces: ocaml-base-nox (<< 4)
-Breaks: ocaml-base-nox (<< 4)
-Description: transitional package for libcompiler-libs-ocaml-dev
- Objective (OCaml) is an implementation of the ML language, based on
- the Caml Light dialect extended with a complete class-based object system
- and a powerful module system in the style of Standard ML.
- .
- This is a transitional package and can be safely removed.